@media (orientation: portrait){
	
	.botPassProp{
		width: 75%;
	 }
}

@media (orientation: landscape){

	.botPassProp{
		width: 40%;
	}
}